Search an index
Searches a single index and returns matching search results (hits).
This method lets you retrieve up to 1,000 hits.
If you need more, use the browse
operation or increase the paginatedLimitedTo
index setting.
Further reading
Guide
Algolia access control list (ACL)
Guide
Click and conversion events
Guide
Custom ranking
Guide
Dynamic Re-Ranking
Guide
Faceting
Guide
Filtering
Guide
Geo location
Guide
Grouping results
Guide
Handling natural languages
Guide
Highlighting and snippeting
Guide
Ranking criteria
Guide
Relevance
Guide
Replica indices
Guide
Sorting results
Guide
Synonyms
Guide
Typo tolerance
Guide
User tokens
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Name of the index on which to perform the operation.
"ALGOLIA_INDEX_NAME"
Body
Search parameters as query string.
Search parameters as query string.
Each parameter value, including the query
must not be larger than 512 bytes.
Response
OK
The response is of type object
.